const runtime.rootBlockBytes
6 uses
runtime (current package)
mgcmark.go#L24: rootBlockBytes = 256 << 10
mgcmark.go#L63: return int(divRoundUp(bytes, rootBlockBytes))
mgcmark.go#L265: if rootBlockBytes%(8*goarch.PtrSize) != 0 {
mgcmark.go#L273: off := uintptr(shard) * rootBlockBytes
mgcmark.go#L278: ptrmask := (*uint8)(add(unsafe.Pointer(ptrmask0), uintptr(shard)*(rootBlockBytes/(8*goarch.PtrSize))))
mgcmark.go#L279: n := uintptr(rootBlockBytes)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |